1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{8401AF6A-1EDC-4D85-A678-FFE9E24D0646}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>CSCOMClient</RootNamespace>
12 <AssemblyName>CSCOMClient</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <TargetFrameworkSubset>
16 </TargetFrameworkSubset>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>..\Debug\</OutputPath>
23 <DefineConstants>DEBUG;TRACE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <OutputPath>..\Release\</OutputPath>
31 <DefineConstants>TRACE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
36 <Reference Include="System" />
37 <Reference Include="System.Data" />
38 <Reference Include="System.Drawing" />
39 <Reference Include="System.Windows.Forms" />
40 <Reference Include="System.Xml" />
43 <Compile Include="NativeMethod.cs" />
44 <Compile Include="Program.cs" />
45 <Compile Include="Properties\AssemblyInfo.cs" />
46 <Compile Include="MainForm.cs">
47 <SubType>Form</SubType>
49 <Compile Include="MainForm.Designer.cs">
50 <DependentUpon>MainForm.cs</DependentUpon>
54 <Content Include="ReadMe.txt" />
57 <COMReference Include="ATLDllCOMServerLib">
58 <Guid>{9B23EFED-A0C1-46B6-A903-218206447F3E}</Guid>
59 <VersionMajor>1</VersionMajor>
60 <VersionMinor>0</VersionMinor>
62 <WrapperTool>tlbimp</WrapperTool>
63 <Isolated>False</Isolated>
65 <COMReference Include="AxMFCActiveXLib">
66 <Guid>{DFFC673C-E5FE-4D0D-99CA-6FB4BDCF0A50}</Guid>
67 <VersionMajor>1</VersionMajor>
68 <VersionMinor>0</VersionMinor>
70 <WrapperTool>aximp</WrapperTool>
71 <Isolated>False</Isolated>
73 <COMReference Include="MFCActiveXLib">
74 <Guid>{DFFC673C-E5FE-4D0D-99CA-6FB4BDCF0A50}</Guid>
75 <VersionMajor>1</VersionMajor>
76 <VersionMinor>0</VersionMinor>
78 <WrapperTool>tlbimp</WrapperTool>
79 <Isolated>False</Isolated>
83 <EmbeddedResource Include="MainForm.resx">
84 <DependentUpon>MainForm.cs</DependentUpon>
87 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
88 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89 Other similar extension points exist, see Microsoft.Common.targets.
90 <Target Name="BeforeBuild">
92 <Target Name="AfterBuild">